html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, em, font, img,small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	ol, ul{
	list-style-position:inside;
	}
	
	a{color:#0044cc;text-decoration:underline;}
	a:hover{text-decoration:none;}

	a img{border:none;}
	
	.bold{font-weight:bold;}

/***********************************************/

html{
	background:#eee;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#1f1f1f;
	}

#wrapper{
	width:740px;
	margin:10px auto 0;
	}

#header{
	background:#005083;
	height:60px;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-moz-box-shadow: 0 0 15px #ccc;
  	-webkit-box-shadow: 0 0 15px #ccc;
  	box-shadow: 0 0 15px #ccc;
	}
	
	#header p {
	line-height:60px;
	font-size:24px;
	font-weight:bold;
	padding-left:20px;
	}

h1{
	line-height:60px;
	font-size:24px;
	font-weight:bold;
	padding:0 20px;
	}

h3{
	padding:15px;
	}
	
#main{
	background:#fff;
	padding:30px 20px 15px;
	margin-top:10px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-moz-box-shadow: 0 0 15px #ccc;
  	-webkit-box-shadow: 0 0 15px #ccc;
  	box-shadow: 0 0 15px #ccc;
	}
	
	#main p{
	padding-bottom:10px;
	}
	
.promo{
	border:1px solid #0065a5;
	overflow:hidden;
	margin-bottom:20px;
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
	}
	
.promopadding{
	padding:0 15px 10px;
	}

.promo h2{
	background:#0065a5;
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
	padding:5px 15px 5px 15px;
	}
	
.productshotleft{
	width:280px;
	float:left;
	padding-left:20px;
	margin-bottom:10px;
	}
	
	.productshotleft h3{
	text-align:center;
	margin:10px 0 15px;
	}
	
.productshotright{
	width:340px;
	float:right;
        padding-left: 10px;
	}
	
	.productshotright h3{
	margin-bottom:15px;
	font-size:20px;
	}
	
p.punchline{
	font-weight:bold;
	padding-top:10px;
	}

#footer{
	margin:30px 0 30px;
	font-size:12px;
	text-align:right;
	}